home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbembdmn / readme < prev   
Text File  |  1993-02-28  |  910b  |  14 lines

  1. This set of files demonstrates a technique for embedding one VB form inside 
  2. another, and with special reference to embedding so that one form's menu looks
  3. and works like a control for the embedding form. This includes keyboard 
  4. handling to simulate menu access keys for the form that does not have the focus.
  5. This technique allows you to escape the convention (or, as the writer saw it, 
  6. the limitation) of having menu bars ONLY at the top of a form under the title 
  7. bar. It can allow quick selection of preferences or other functions without 
  8. the need to pop up a separate dialog box. Other uses . . . well, that's up to 
  9. you; there are lots of possibilities.
  10. Executable and all Visual Basic source files are included in a zipped 
  11. directory. Install wherever you wish; there are no custom controls needed for 
  12. this demo.
  13. In addition, the files include a 3D effect for the controls on the form.
  14.